home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 2.4 KB | 70 lines | [TEXT/MPS ] |
- #********************************************************************************
- # *
- # File: Calc.MAmake *
- # *
- # Description: Makefile for Calc. *
- # *
- # *
- # Copyright © 1985 - 1990 by Apple Computer, Inc. All rights reserved. *
- #********************************************************************************
-
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
- AppName = Calc
-
-
- #---------------------------------------------------------------------------------------------------
- # List here the MacApp building blocks that your application uses
- # if you want to be dependent on less than the full set.
- BuildingBlockIntf = ∂
- "{MAPInterfaces}UPrinting.p" ∂
- "{MAPInterfaces}UTEView.p" ∂
- "{MAPInterfaces}UGridView.p"
-
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces = ∂
- "{SrcApp}CalcUtilities.p" ∂
- "{SrcApp}UGrabberTracker.p" ∂
- "{SrcApp}USynchScroller.p"
-
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{ObjApp}CalcUtilities.p.o" ∂
- "{ObjApp}UGrabberTracker.p.o" ∂
- "{ObjApp}USynchScroller.p.o"
-
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
- "{ObjApp}CalcUtilities.p.o" ƒ ∂
- "{SrcApp}CalcUtilities.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UGrabberTracker.p.o" ƒ ∂
- "{SrcApp}UGrabberTracker.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}USynchScroller.p.o" ƒ ∂
- "{SrcApp}USynchScroller.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
-
- #---------------------------------------------------------------------------------------------------
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set
- OtherRsrcFiles = ∂
- "{MAObj}Printing.rsrc" ∂
- "{ObjApp}CalcUtilities.rsrc" ∂
- "{ObjApp}GrabberTracker.rsrc"
-
-
-